github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan.dstType (field)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L545: 	dstType     reflect.Type
		pgtype.go#L589: 			return &underlyingTypeScanPlan{dstType: dstValue.Type(), nextDstType: nextDstType}, dstValue.Convert(nextDstType).Interface(), true